home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / term43-source.lha / Extras / Source / gtlayout-Source.lha / gtlayout_global.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-21  |  509 b   |  32 lines

  1. /*  GadTools layout toolkit
  2. **
  3. **  Copyright © 1993-1994 by Olaf `Olsen' Barthel
  4. **  Freely distributable.
  5. */
  6.  
  7. #ifndef _GTLAYOUT_GLOBAL_H
  8. #define _GTLAYOUT_GLOBAL_H 1
  9.  
  10. #ifndef _GTLAYOUT_H
  11. #define _GTLAYOUT_C
  12. #include "gtlayout.h"
  13. #endif
  14.  
  15. #ifndef _GTLAYOUT_INCLUDES_H
  16. #include "gtlayout_includes.h"
  17. #endif
  18.  
  19. #ifndef _GTLAYOUT_DEFINES_H
  20. #include "gtlayout_defines.h"
  21. #endif
  22.  
  23. #ifndef _GTLAYOUT_DATA_H
  24. #include "gtlayout_data.h"
  25. #endif
  26.  
  27. #ifndef _GTLAYOUT_LIBPROTOS_H
  28. #include "gtlayout_libprotos.h"
  29. #endif
  30.  
  31. #endif
  32.